home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 24 / xmasdemo.zip / _INSTALL.BAT next >
DOS Batch File  |  1986-11-12  |  319b  |  23 lines

  1. echo off
  2. copy a:*.*
  3. echo  
  4. echo  
  5. echo  
  6.  
  7. exist \card.bat
  8. if errorlevel 1 goto UseBatch
  9. echo To play the demo, first type
  10. echo     cd \sierra\card
  11. echo Then type
  12. echo     card
  13. goto Exit
  14.  
  15. :UseBatch
  16. echo cd \sierra\card >\card.bat
  17. echo card >>\card.bat
  18. echo To play the demo, just type
  19. echo     card
  20.  
  21. :Exit
  22.  
  23.